home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
Bloodshed Dev-C++ 2.0
/
_SETUP.1
/
new.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-03-08
|
174b
|
14 lines
// -*- C++ -*- forwarding header.
#ifndef __NEW_H__
#define __NEW_H__
#include <new>
#if 0
using std::new_handler;
using std::set_new_handler;
#endif
#endif // __NEW_H__